Catalogue
#Dthing License
[TOC]
1. 三方引用库License
1.1 Dl-malloc
- Home Page: http://dmalloc.com/
license : CC BY-SA 3.0 , 可以商用但 -
CC : Creative Commons
BY : 原作者署名保留
SA: 修改需要相同方式共享
1.2 zlib
- Home Page: http://www.zlib.net/
- License要点: 自声明, 类似MSD,保留原版权信息, 随意使用
- Ref: http://www.zlib.net/zlib_license.html
1.3 lwip
- Home Page: http://savannah.nongnu.org/projects/lwip/
- License 要点: (Modified BSD License) 修改的MSD license, 相对用户友好
- Ref: http://www.xfree86.org/3.3.6/COPYRIGHT2.html#5
1.4 FatFs
Home Page: http://elm-chan.org/fsw/ff/00index_e.html
License 要点: 自声明,类BSD
Ref :
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20About FatFs License
FatFs has being developped as a personal project of the author, ChaN. It is free from the code anyone else wrote. Following code block shows a copy of the FatFs license document that included in the source files.
/*----------------------------------------------------------------------------/
/ FatFs - FAT file system module R0.11 (C)ChaN, 2015
/-----------------------------------------------------------------------------/
/ FatFs module is a free software that opened under license policy of
/ following conditions.
/
/ Copyright (C) 2015, ChaN, all right reserved.
/
/ 1. Redistributions of source code must retain the above copyright notice,
/ this condition and the following disclaimer.
/
/ This software is provided by the copyright holder and contributors "AS IS"
/ and any warranties related to this software are DISCLAIMED.
/ The copyright owner or contributors be NOT LIABLE for any damages caused
/ by use of this software.
/----------------------------------------------------------------------------*/
Therefore FatFs license is one of the BSD-style licenses but there is a significant feature. FatFs is mainly intended for embedded systems. In order to extend the usability for commercial products, the redistributions of FatFs in binary form, such as embedded code or any forms without source code, does not need to explain about use of FatFs in the documentations. This is equivalent to the 1-clause BSD license. Of course FatFs is compatible with the most open source software licenses including GNU GPL. When you redistribute the FatFs source code with any modification or create a fork, the license can also be changed to GNU GPL, BSD-style license or any open source software licenses that not conflict with FatFs license.
2. OS License
###2.1 Ucos-iii
- Home Page:
- License 要点: 商业版权, 商业收费,研究用免费
- Ref:
2.2 Dalvik
- Home Page
- License 要点:
- Ref: